runtime.arenaHint.addr (field)

7 uses

	runtime (current package)
		malloc.go#L554: 			hint.addr = p
		malloc.go#L621: 		hint.addr = p
		malloc.go#L651: 		p := hint.addr
		malloc.go#L669: 			hint.addr = p
		malloc.go#L705: 		hint.addr, hint.down = uintptr(v), true
		malloc.go#L708: 		hint.addr = uintptr(v) + size
		mheap.go#L300: 	addr uintptr